Html Css Color HEX #F139CA Razzle Dazzle Rose

📋 copy color: '#F139CA'

red 241 ◦ green 57 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F139CA

Tints of Razzle Dazzle Rose #F139CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 48.2%
G = 11.4%
B = 40.4%

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

#F139CA (or 0xF139CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and CA. RGB value is (241,57,202). Sum of RGB (Red+Green+Blue) = 241+57+202=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F139CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139CA is #0EC635. Grayscale: #808080. Windows color (decimal): -968246 or 13253105. OLE color: 13253105.

HSL color Cylindrical-coordinate representation of color #F139CA: hue angle of 312.72º 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 #F139CA is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 57 202 -
CMYK 0 0.76 0.16 0.05
HSL 312.72º 0.87% 0.58% -
HSV(B) 312.72º 0.76% 0.95% -
XYZ 48.4 25.89 58.32 -
YUV 128.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 241 57 202 0 0.76 0.16 0.05 312.72 0.87 0.58
Hex F1 39 CA 0 4C 10 5 139 57 3A
Octal 361 71 312 0 114 20 5 471 127 72
Binary 11110001 111001 11001010 0 1001100 10000 101 100111001 1010111 111010

Color Harmonies of #F139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139CA

Black with #F139CA

Text Example


Text Example

White with #F139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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