Html Css Color HEX #F138CC Razzle Dazzle Rose

📋 copy color: '#F138CC'

red 241 ◦ green 56 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F138CC

Tints of Razzle Dazzle Rose #F138CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.18%

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 48.1%
G = 11.18%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F138CC (or 0xF138CC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and CC. RGB value is (241,56,204). Sum of RGB (Red+Green+Blue) = 241+56+204=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F138CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138CC is #0EC733. Grayscale: #7F7F7F. Windows color (decimal): -968500 or 13383921. OLE color: 13383921.

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

Color convert

RGB 241 56 204 -
CMYK 0 0.77 0.15 0.05
HSL 312º 0.87% 0.58% -
HSV(B) 312º 0.77% 0.95% -
XYZ 48.59 25.89 59.56 -
YUV 128.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 241 56 204 0 0.77 0.15 0.05 312 0.87 0.58
Hex F1 38 CC 0 4D F 5 138 57 3A
Octal 361 70 314 0 115 17 5 470 127 72
Binary 11110001 111000 11001100 0 1001101 1111 101 100111000 1010111 111010

Color Harmonies of #F138CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138CC

Black with #F138CC

Text Example


Text Example

White with #F138CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138CC; }

 p { color: rgb(241,56,204); }

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

background-color css

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

 a { background-color: rgb(241,56,204); }

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

border-color css

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

 span { border-color: rgb(241,56,204); }

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