Html Css Color HEX #F21B9F Persian Rose

📋 copy color: '#F21B9F'

red 242 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #F21B9F

Tints of Persian Rose #F21B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 56.54%
G = 6.31%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F21B9F (or 0xF21B9F) is known color: Persian Rose. HEX triplet: F2, 1B and 9F. RGB value is (242,27,159). Sum of RGB (Red+Green+Blue) = 242+27+159=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21B9F is #0DE460. Grayscale: #6A6A6A. Windows color (decimal): -910433 or 10427378. OLE color: 10427378.

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

Color convert

RGB 242 27 159 -
CMYK 0 0.89 0.34 0.05
HSL 323.16º 0.89% 0.53% -
HSV(B) 323.16º 0.89% 0.95% -
XYZ 43.27 22.16 34.8 -
YUV 106.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 242 27 159 0 0.89 0.34 0.05 323.16 0.89 0.53
Hex F2 1B 9F 0 59 22 5 143 59 35
Octal 362 33 237 0 131 42 5 503 131 65
Binary 11110010 11011 10011111 0 1011001 100010 101 101000011 1011001 110101

Color Harmonies of #F21B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21B9F

Black with #F21B9F

Text Example


Text Example

White with #F21B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21B9F; }

 p { color: rgb(242,27,159); }

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

background-color css

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

 a { background-color: rgb(242,27,159); }

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

border-color css

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

 span { border-color: rgb(242,27,159); }

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