Html Css Color HEX #F023A0 Persian Rose

📋 copy color: '#F023A0'

red 240 ◦ green 35 ◦ blue 160

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

Shades of Persian Rose #F023A0

Tints of Persian Rose #F023A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.05%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 55.17%
G = 8.05%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F023A0 (or 0xF023A0) is known color: Persian Rose. HEX triplet: F0, 23 and A0. RGB value is (240,35,160). Sum of RGB (Red+Green+Blue) = 240+35+160=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F023A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F023A0 is #0FDC5F. Grayscale: #6E6E6E. Windows color (decimal): -1039456 or 10494960. OLE color: 10494960.

HSL color Cylindrical-coordinate representation of color #F023A0: hue angle of 323.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F023A0 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 160 -
CMYK 0 0.85 0.33 0.06
HSL 323.41º 0.87% 0.54% -
HSV(B) 323.41º 0.85% 0.94% -
XYZ 42.88 22.27 35.3 -
YUV 110.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 240 35 160 0 0.85 0.33 0.06 323.41 0.87 0.54
Hex F0 23 A0 0 55 21 6 143 57 36
Octal 360 43 240 0 125 41 6 503 127 66
Binary 11110000 100011 10100000 0 1010101 100001 110 101000011 1010111 110110

Color Harmonies of #F023A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023A0

Black with #F023A0

Text Example


Text Example

White with #F023A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023A0; }

 p { color: rgb(240,35,160); }

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

background-color css

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

 a { background-color: rgb(240,35,160); }

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

border-color css

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

 span { border-color: rgb(240,35,160); }

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