Html Css Color HEX #F125CE Razzle Dazzle Rose

📋 copy color: '#F125CE'

red 241 ◦ green 37 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F125CE

Tints of Razzle Dazzle Rose #F125CE

RGB

 RED value IS 241 (94.53% from 255) = 49.79%

 GREEN value IS 37 (14.84% from 255) = 7.64%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 49.79%
G = 7.64%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F125CE (or 0xF125CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and CE. RGB value is (241,37,206). Sum of RGB (Red+Green+Blue) = 241+37+206=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F125CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125CE is #0EDA31. Grayscale: #747474. Windows color (decimal): -973362 or 13510129. OLE color: 13510129.

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

Color convert

RGB 241 37 206 -
CMYK 0 0.85 0.15 0.05
HSL 310.29º 0.88% 0.55% -
HSV(B) 310.29º 0.85% 0.95% -
XYZ 48.08 24.48 60.58 -
YUV 117.26 178.09 216.26 -
System Red Green Blue C M Y K H S L
Decimal 241 37 206 0 0.85 0.15 0.05 310.29 0.88 0.55
Hex F1 25 CE 0 55 F 5 136 58 37
Octal 361 45 316 0 125 17 5 466 130 67
Binary 11110001 100101 11001110 0 1010101 1111 101 100110110 1011000 110111

Color Harmonies of #F125CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125CE

Black with #F125CE

Text Example


Text Example

White with #F125CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125CE; }

 p { color: rgb(241,37,206); }

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

background-color css

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

 a { background-color: rgb(241,37,206); }

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

border-color css

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

 span { border-color: rgb(241,37,206); }

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