Html Css Color HEX #F139CB Razzle Dazzle Rose

📋 copy color: '#F139CB'

red 241 ◦ green 57 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F139CB

Tints of Razzle Dazzle Rose #F139CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.38%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 48.1%
G = 11.38%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F139CB (or 0xF139CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and CB. RGB value is (241,57,203). Sum of RGB (Red+Green+Blue) = 241+57+203=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F139CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139CB is #0EC634. Grayscale: #808080. Windows color (decimal): -968245 or 13318641. OLE color: 13318641.

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

Color convert

RGB 241 57 203 -
CMYK 0 0.76 0.16 0.05
HSL 312.39º 0.87% 0.58% -
HSV(B) 312.39º 0.76% 0.95% -
XYZ 48.52 25.94 58.95 -
YUV 128.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 241 57 203 0 0.76 0.16 0.05 312.39 0.87 0.58
Hex F1 39 CB 0 4C 10 5 138 57 3A
Octal 361 71 313 0 114 20 5 470 127 72
Binary 11110001 111001 11001011 0 1001100 10000 101 100111000 1010111 111010

Color Harmonies of #F139CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139CB

Black with #F139CB

Text Example


Text Example

White with #F139CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139CB; }

 p { color: rgb(241,57,203); }

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

background-color css

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

 a { background-color: rgb(241,57,203); }

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

border-color css

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

 span { border-color: rgb(241,57,203); }

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