Html Css Color HEX #F138CE Razzle Dazzle Rose

📋 copy color: '#F138CE'

red 241 ◦ green 56 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F138CE

Tints of Razzle Dazzle Rose #F138CE

RGB

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

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

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

R = 47.91%
G = 11.13%
B = 40.95%

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

#F138CE (or 0xF138CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and CE. RGB value is (241,56,206). Sum of RGB (Red+Green+Blue) = 241+56+206=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F138CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138CE is #0EC731. Grayscale: #808080. Windows color (decimal): -968498 or 13514993. OLE color: 13514993.

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

Color convert

RGB 241 56 206 -
CMYK 0 0.77 0.15 0.05
HSL 311.35º 0.87% 0.58% -
HSV(B) 311.35º 0.77% 0.95% -
XYZ 48.83 25.99 60.83 -
YUV 128.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 241 56 206 0 0.77 0.15 0.05 311.35 0.87 0.58
Hex F1 38 CE 0 4D F 5 137 57 3A
Octal 361 70 316 0 115 17 5 467 127 72
Binary 11110001 111000 11001110 0 1001101 1111 101 100110111 1010111 111010

Color Harmonies of #F138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138CE

Black with #F138CE

Text Example


Text Example

White with #F138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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