Html Css Color HEX #F23FB1 Persian Rose

📋 copy color: '#F23FB1'

red 242 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #F23FB1

Tints of Persian Rose #F23FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 50.21%
G = 13.07%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F23FB1 (or 0xF23FB1) is known color: Persian Rose. HEX triplet: F2, 3F and B1. RGB value is (242,63,177). Sum of RGB (Red+Green+Blue) = 242+63+177=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FB1 is #0DC04E. Grayscale: #818181. Windows color (decimal): -901199 or 11616242. OLE color: 11616242.

HSL color Cylindrical-coordinate representation of color #F23FB1: hue angle of 321.79º 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 #F23FB1 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 63 177 -
CMYK 0 0.74 0.27 0.05
HSL 321.79º 0.87% 0.6% -
HSV(B) 321.79º 0.74% 0.95% -
XYZ 46.33 25.61 44.1 -
YUV 129.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 242 63 177 0 0.74 0.27 0.05 321.79 0.87 0.6
Hex F2 3F B1 0 4A 1B 5 142 57 3C
Octal 362 77 261 0 112 33 5 502 127 74
Binary 11110010 111111 10110001 0 1001010 11011 101 101000010 1010111 111100

Color Harmonies of #F23FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23FB1

Black with #F23FB1

Text Example


Text Example

White with #F23FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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