Html Css Color HEX #F035B2 Persian Rose

📋 copy color: '#F035B2'

red 240 ◦ green 53 ◦ blue 178

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

Shades of Persian Rose #F035B2

Tints of Persian Rose #F035B2

RGB

 RED value IS 240 (94.14% from 255) = 50.96%

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 50.96%
G = 11.25%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F035B2 (or 0xF035B2) is known color: Persian Rose. HEX triplet: F0, 35 and B2. RGB value is (240,53,178). Sum of RGB (Red+Green+Blue) = 240+53+178=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F035B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F035B2 is #0FCA4D. Grayscale: #7A7A7A. Windows color (decimal): -1034830 or 11679216. OLE color: 11679216.

HSL color Cylindrical-coordinate representation of color #F035B2: hue angle of 319.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F035B2 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 178 -
CMYK 0 0.78 0.26 0.06
HSL 319.89º 0.86% 0.57% -
HSV(B) 319.89º 0.78% 0.94% -
XYZ 45.24 24.29 44.42 -
YUV 123.16 158.95 211.34 -
System Red Green Blue C M Y K H S L
Decimal 240 53 178 0 0.78 0.26 0.06 319.89 0.86 0.57
Hex F0 35 B2 0 4E 1A 6 140 56 39
Octal 360 65 262 0 116 32 6 500 126 71
Binary 11110000 110101 10110010 0 1001110 11010 110 101000000 1010110 111001

Color Harmonies of #F035B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035B2

Black with #F035B2

Text Example


Text Example

White with #F035B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035B2; }

 p { color: rgb(240,53,178); }

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

background-color css

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

 a { background-color: rgb(240,53,178); }

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

border-color css

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

 span { border-color: rgb(240,53,178); }

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