Html Css Color HEX #FF35B4 Persian Rose

📋 copy color: '#FF35B4'

red 255 ◦ green 53 ◦ blue 180

#FF35B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #FF35B4

Tints of Persian Rose #FF35B4

RGB

 RED value IS 255 (100% from 255) = 52.25%

 GREEN value IS 53 (21.09% from 255) = 10.86%

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 52.25%
G = 10.86%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF35B4 (or 0xFF35B4) is known color: Persian Rose. HEX triplet: FF, 35 and B4. RGB value is (255,53,180). Sum of RGB (Red+Green+Blue) = 255+53+180=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF35B4 is #00CA4B. Grayscale: #7F7F7F. Windows color (decimal): -51788 or 11810303. OLE color: 11810303.

HSL color Cylindrical-coordinate representation of color #FF35B4: hue angle of 322.28º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35B4 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 53 180 -
CMYK 0 0.79 0.29 0
HSL 322.28º 1% 0.6% -
HSV(B) 322.28º 0.79% 1% -
XYZ 50.75 27.1 45.74 -
YUV 127.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 255 53 180 0 0.79 0.29 0 322.28 1 0.6
Hex FF 35 B4 0 4F 1D 0 142 64 3C
Octal 377 65 264 0 117 35 0 502 144 74
Binary 11111111 110101 10110100 0 1001111 11101 0 101000010 1100100 111100

Color Harmonies of #FF35B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35B4

Black with #FF35B4

Text Example


Text Example

White with #FF35B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35B4; }

 p { color: rgb(255,53,180); }

 H1.HeaderClassName
 {
   color: #FF35B4;
 }
 .AnyTagClassName
 {
   color: #FF35B4;
 }
</style>

background-color css

<style>
 a { background-color: #FF35B4; }

 a { background-color: rgb(255,53,180); }

 div.DivClassName
 {
   background-color: #FF35B4;
 }
 .BgClassName
 {
   background-color: #FF35B4;
 }
</style>

border-color css

<style>
 span { border-color: #FF35B4; }

 span { border-color: rgb(255,53,180); }

 td.TdClassName
 {
   border-color: #FF35B4;
 }
 .TagClassName
 {
   border-color: #FF35B4;
 }
</style>