Html Css Color HEX #F23CB1 Persian Rose

📋 copy color: '#F23CB1'

red 242 ◦ green 60 ◦ blue 177

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

Shades of Persian Rose #F23CB1

Tints of Persian Rose #F23CB1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.53%

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

R = 50.52%
G = 12.53%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F23CB1 (or 0xF23CB1) is known color: Persian Rose. HEX triplet: F2, 3C and B1. RGB value is (242,60,177). Sum of RGB (Red+Green+Blue) = 242+60+177=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CB1 is #0DC34E. Grayscale: #7F7F7F. Windows color (decimal): -901967 or 11615474. OLE color: 11615474.

HSL color Cylindrical-coordinate representation of color #F23CB1: hue angle of 321.43º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23CB1 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 60 177 -
CMYK 0 0.75 0.27 0.05
HSL 321.43º 0.88% 0.59% -
HSV(B) 321.43º 0.75% 0.95% -
XYZ 46.17 25.28 44.04 -
YUV 127.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 242 60 177 0 0.75 0.27 0.05 321.43 0.88 0.59
Hex F2 3C B1 0 4B 1B 5 141 58 3B
Octal 362 74 261 0 113 33 5 501 130 73
Binary 11110010 111100 10110001 0 1001011 11011 101 101000001 1011000 111011

Color Harmonies of #F23CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23CB1

Black with #F23CB1

Text Example


Text Example

White with #F23CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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