Html Css Color HEX #F23FB2 Persian Rose

📋 copy color: '#F23FB2'

red 242 ◦ green 63 ◦ blue 178

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

Shades of Persian Rose #F23FB2

Tints of Persian Rose #F23FB2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 50.1%
G = 13.04%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F23FB2 (or 0xF23FB2) is known color: Persian Rose. HEX triplet: F2, 3F and B2. RGB value is (242,63,178). Sum of RGB (Red+Green+Blue) = 242+63+178=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FB2 is #0DC04D. Grayscale: #818181. Windows color (decimal): -901198 or 11681778. OLE color: 11681778.

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

Color convert

RGB 242 63 178 -
CMYK 0 0.74 0.26 0.05
HSL 321.45º 0.87% 0.6% -
HSV(B) 321.45º 0.74% 0.95% -
XYZ 46.43 25.65 44.62 -
YUV 129.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 242 63 178 0 0.74 0.26 0.05 321.45 0.87 0.6
Hex F2 3F B2 0 4A 1A 5 141 57 3C
Octal 362 77 262 0 112 32 5 501 127 74
Binary 11110010 111111 10110010 0 1001010 11010 101 101000001 1010111 111100

Color Harmonies of #F23FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23FB2

Black with #F23FB2

Text Example


Text Example

White with #F23FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23FB2; }

 p { color: rgb(242,63,178); }

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

background-color css

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

 a { background-color: rgb(242,63,178); }

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

border-color css

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

 span { border-color: rgb(242,63,178); }

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