Html Css Color HEX #F030A8 Persian Rose

📋 copy color: '#F030A8'

red 240 ◦ green 48 ◦ blue 168

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

Shades of Persian Rose #F030A8

Tints of Persian Rose #F030A8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 52.63%
G = 10.53%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F030A8 (or 0xF030A8) is known color: Persian Rose. HEX triplet: F0, 30 and A8. RGB value is (240,48,168). Sum of RGB (Red+Green+Blue) = 240+48+168=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F030A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F030A8 is #0FCF57. Grayscale: #767676. Windows color (decimal): -1036120 or 11022576. OLE color: 11022576.

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

Color convert

RGB 240 48 168 -
CMYK 0 0.8 0.3 0.06
HSL 322.5º 0.86% 0.56% -
HSV(B) 322.5º 0.8% 0.94% -
XYZ 44.06 23.47 39.25 -
YUV 119.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 240 48 168 0 0.8 0.3 0.06 322.5 0.86 0.56
Hex F0 30 A8 0 50 1E 6 142 56 38
Octal 360 60 250 0 120 36 6 502 126 70
Binary 11110000 110000 10101000 0 1010000 11110 110 101000010 1010110 111000

Color Harmonies of #F030A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030A8

Black with #F030A8

Text Example


Text Example

White with #F030A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030A8; }

 p { color: rgb(240,48,168); }

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

background-color css

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

 a { background-color: rgb(240,48,168); }

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

border-color css

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

 span { border-color: rgb(240,48,168); }

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