Html Css Color HEX #F23ABF Razzle Dazzle Rose

📋 copy color: '#F23ABF'

red 242 ◦ green 58 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F23ABF

Tints of Razzle Dazzle Rose #F23ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.81%

 BLUE value IS 191 (75% from 255) = 38.9%

R = 49.29%
G = 11.81%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F23ABF (or 0xF23ABF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and BF. RGB value is (242,58,191). Sum of RGB (Red+Green+Blue) = 242+58+191=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F23ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23ABF is #0DC540. Grayscale: #7F7F7F. Windows color (decimal): -902465 or 12532466. OLE color: 12532466.

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

Color convert

RGB 242 58 191 -
CMYK 0 0.76 0.21 0.05
HSL 316.63º 0.88% 0.59% -
HSV(B) 316.63º 0.76% 0.95% -
XYZ 47.53 25.66 51.74 -
YUV 128.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 242 58 191 0 0.76 0.21 0.05 316.63 0.88 0.59
Hex F2 3A BF 0 4C 15 5 13D 58 3B
Octal 362 72 277 0 114 25 5 475 130 73
Binary 11110010 111010 10111111 0 1001100 10101 101 100111101 1011000 111011

Color Harmonies of #F23ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23ABF

Black with #F23ABF

Text Example


Text Example

White with #F23ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23ABF; }

 p { color: rgb(242,58,191); }

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

background-color css

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

 a { background-color: rgb(242,58,191); }

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

border-color css

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

 span { border-color: rgb(242,58,191); }

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