Html Css Color HEX #F23AB9 Razzle Dazzle Rose

📋 copy color: '#F23AB9'

red 242 ◦ green 58 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F23AB9

Tints of Razzle Dazzle Rose #F23AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 49.9%
G = 11.96%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F23AB9 (or 0xF23AB9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and B9. RGB value is (242,58,185). Sum of RGB (Red+Green+Blue) = 242+58+185=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23AB9 is #0DC546. Grayscale: #7F7F7F. Windows color (decimal): -902471 or 12139250. OLE color: 12139250.

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

Color convert

RGB 242 58 185 -
CMYK 0 0.76 0.24 0.05
HSL 318.59º 0.88% 0.59% -
HSV(B) 318.59º 0.76% 0.95% -
XYZ 46.89 25.41 48.33 -
YUV 127.49 160.46 209.67 -
System Red Green Blue C M Y K H S L
Decimal 242 58 185 0 0.76 0.24 0.05 318.59 0.88 0.59
Hex F2 3A B9 0 4C 18 5 13F 58 3B
Octal 362 72 271 0 114 30 5 477 130 73
Binary 11110010 111010 10111001 0 1001100 11000 101 100111111 1011000 111011

Color Harmonies of #F23AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AB9

Black with #F23AB9

Text Example


Text Example

White with #F23AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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