Html Css Color HEX #F31DDB Razzle Dazzle Rose

📋 copy color: '#F31DDB'

red 243 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F31DDB

Tints of Razzle Dazzle Rose #F31DDB

RGB

 RED value IS 243 (95.31% from 255) = 49.49%

 GREEN value IS 29 (11.72% from 255) = 5.91%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 49.49%
G = 5.91%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F31DDB (or 0xF31DDB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1D and DB. RGB value is (243,29,219). Sum of RGB (Red+Green+Blue) = 243+29+219=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 29 (11.72% from 255 or 5.91% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DDB is #0CE224. Grayscale: #727272. Windows color (decimal): -844325 or 14360051. OLE color: 14360051.

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

Color convert

RGB 243 29 219 -
CMYK 0 0.88 0.10 0.05
HSL 306.73º 0.9% 0.53% -
HSV(B) 306.73º 0.88% 0.95% -
XYZ 50.19 25.05 69.21 -
YUV 114.65 186.9 219.55 -
System Red Green Blue C M Y K H S L
Decimal 243 29 219 0 0.88 0.10 0.05 306.73 0.9 0.53
Hex F3 1D DB 0 58 A 5 133 5A 35
Octal 363 35 333 0 130 12 5 463 132 65
Binary 11110011 11101 11011011 0 1011000 1010 101 100110011 1011010 110101

Color Harmonies of #F31DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DDB

Black with #F31DDB

Text Example


Text Example

White with #F31DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DDB; }

 p { color: rgb(243,29,219); }

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

background-color css

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

 a { background-color: rgb(243,29,219); }

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

border-color css

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

 span { border-color: rgb(243,29,219); }

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