Html Css Color HEX #F02D9A Persian Rose

📋 copy color: '#F02D9A'

red 240 ◦ green 45 ◦ blue 154

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

Shades of Persian Rose #F02D9A

Tints of Persian Rose #F02D9A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 54.67%
G = 10.25%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F02D9A (or 0xF02D9A) is known color: Persian Rose. HEX triplet: F0, 2D and 9A. RGB value is (240,45,154). Sum of RGB (Red+Green+Blue) = 240+45+154=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D9A is #0FD265. Grayscale: #737373. Windows color (decimal): -1036902 or 10104304. OLE color: 10104304.

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

Color convert

RGB 240 45 154 -
CMYK 0 0.81 0.36 0.06
HSL 326.46º 0.87% 0.56% -
HSV(B) 326.46º 0.81% 0.94% -
XYZ 42.71 22.74 32.71 -
YUV 115.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 240 45 154 0 0.81 0.36 0.06 326.46 0.87 0.56
Hex F0 2D 9A 0 51 24 6 146 57 38
Octal 360 55 232 0 121 44 6 506 127 70
Binary 11110000 101101 10011010 0 1010001 100100 110 101000110 1010111 111000

Color Harmonies of #F02D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D9A

Black with #F02D9A

Text Example


Text Example

White with #F02D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D9A; }

 p { color: rgb(240,45,154); }

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

background-color css

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

 a { background-color: rgb(240,45,154); }

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

border-color css

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

 span { border-color: rgb(240,45,154); }

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