Html Css Color HEX #F21F9A Persian Rose

📋 copy color: '#F21F9A'

red 242 ◦ green 31 ◦ blue 154

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

Shades of Persian Rose #F21F9A

Tints of Persian Rose #F21F9A

RGB

 RED value IS 242 (94.92% from 255) = 56.67%

 GREEN value IS 31 (12.5% from 255) = 7.26%

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

R = 56.67%
G = 7.26%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F21F9A (or 0xF21F9A) is known color: Persian Rose. HEX triplet: F2, 1F and 9A. RGB value is (242,31,154). Sum of RGB (Red+Green+Blue) = 242+31+154=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F9A is #0DE065. Grayscale: #6B6B6B. Windows color (decimal): -909414 or 10100722. OLE color: 10100722.

HSL color Cylindrical-coordinate representation of color #F21F9A: hue angle of 325.02º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F9A is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 154 -
CMYK 0 0.87 0.36 0.05
HSL 325.02º 0.89% 0.54% -
HSV(B) 325.02º 0.87% 0.95% -
XYZ 42.94 22.19 32.59 -
YUV 108.11 153.9 223.5 -
System Red Green Blue C M Y K H S L
Decimal 242 31 154 0 0.87 0.36 0.05 325.02 0.89 0.54
Hex F2 1F 9A 0 57 24 5 145 59 36
Octal 362 37 232 0 127 44 5 505 131 66
Binary 11110010 11111 10011010 0 1010111 100100 101 101000101 1011001 110110

Color Harmonies of #F21F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F9A

Black with #F21F9A

Text Example


Text Example

White with #F21F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F9A; }

 p { color: rgb(242,31,154); }

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

background-color css

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

 a { background-color: rgb(242,31,154); }

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

border-color css

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

 span { border-color: rgb(242,31,154); }

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