Html Css Color HEX #F24ABA Razzle Dazzle Rose

📋 copy color: '#F24ABA'

red 242 ◦ green 74 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F24ABA

Tints of Razzle Dazzle Rose #F24ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 48.21%
G = 14.74%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F24ABA (or 0xF24ABA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 4A and BA. RGB value is (242,74,186). Sum of RGB (Red+Green+Blue) = 242+74+186=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24ABA is #0DB545. Grayscale: #888888. Windows color (decimal): -898374 or 12208882. OLE color: 12208882.

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

Color convert

RGB 242 74 186 -
CMYK 0 0.69 0.23 0.05
HSL 320º 0.87% 0.62% -
HSV(B) 320º 0.69% 0.95% -
XYZ 47.93 27.32 49.2 -
YUV 137 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 242 74 186 0 0.69 0.23 0.05 320 0.87 0.62
Hex F2 4A BA 0 45 17 5 140 57 3E
Octal 362 112 272 0 105 27 5 500 127 76
Binary 11110010 1001010 10111010 0 1000101 10111 101 101000000 1010111 111110

Color Harmonies of #F24ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24ABA

Black with #F24ABA

Text Example


Text Example

White with #F24ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24ABA; }

 p { color: rgb(242,74,186); }

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

background-color css

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

 a { background-color: rgb(242,74,186); }

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

border-color css

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

 span { border-color: rgb(242,74,186); }

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