Html Css Color HEX #F231D3 Razzle Dazzle Rose

📋 copy color: '#F231D3'

red 242 ◦ green 49 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F231D3

Tints of Razzle Dazzle Rose #F231D3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.76%

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 48.21%
G = 9.76%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F231D3 (or 0xF231D3) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and D3. RGB value is (242,49,211). Sum of RGB (Red+Green+Blue) = 242+49+211=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F231D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231D3 is #0DCE2C. Grayscale: #7C7C7C. Windows color (decimal): -904749 or 13840882. OLE color: 13840882.

HSL color Cylindrical-coordinate representation of color #F231D3: hue angle of 309.64º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231D3 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 211 -
CMYK 0 0.80 0.13 0.05
HSL 309.64º 0.88% 0.57% -
HSV(B) 309.64º 0.8% 0.95% -
XYZ 49.47 25.78 64 -
YUV 125.18 176.44 211.33 -
System Red Green Blue C M Y K H S L
Decimal 242 49 211 0 0.80 0.13 0.05 309.64 0.88 0.57
Hex F2 31 D3 0 50 D 5 136 58 39
Octal 362 61 323 0 120 15 5 466 130 71
Binary 11110010 110001 11010011 0 1010000 1101 101 100110110 1011000 111001

Color Harmonies of #F231D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F231D3

Black with #F231D3

Text Example


Text Example

White with #F231D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F231D3; }

 p { color: rgb(242,49,211); }

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

background-color css

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

 a { background-color: rgb(242,49,211); }

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

border-color css

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

 span { border-color: rgb(242,49,211); }

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