Html Css Color HEX #F138C2 Razzle Dazzle Rose

📋 copy color: '#F138C2'

red 241 ◦ green 56 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F138C2

Tints of Razzle Dazzle Rose #F138C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 49.08%
G = 11.41%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F138C2 (or 0xF138C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and C2. RGB value is (241,56,194). Sum of RGB (Red+Green+Blue) = 241+56+194=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F138C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138C2 is #0EC73D. Grayscale: #7E7E7E. Windows color (decimal): -968510 or 12728561. OLE color: 12728561.

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

Color convert

RGB 241 56 194 -
CMYK 0 0.77 0.20 0.05
HSL 315.24º 0.87% 0.58% -
HSV(B) 315.24º 0.77% 0.95% -
XYZ 47.43 25.42 53.45 -
YUV 127.05 165.79 209.28 -
System Red Green Blue C M Y K H S L
Decimal 241 56 194 0 0.77 0.20 0.05 315.24 0.87 0.58
Hex F1 38 C2 0 4D 14 5 13B 57 3A
Octal 361 70 302 0 115 24 5 473 127 72
Binary 11110001 111000 11000010 0 1001101 10100 101 100111011 1010111 111010

Color Harmonies of #F138C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138C2

Black with #F138C2

Text Example


Text Example

White with #F138C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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