Html Css Color HEX #F438CC Razzle Dazzle Rose

📋 copy color: '#F438CC'

red 244 ◦ green 56 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F438CC

Tints of Razzle Dazzle Rose #F438CC

RGB

 RED value IS 244 (95.7% from 255) = 48.41%

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

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

R = 48.41%
G = 11.11%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F438CC (or 0xF438CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and CC. RGB value is (244,56,204). Sum of RGB (Red+Green+Blue) = 244+56+204=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F438CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438CC is #0BC733. Grayscale: #808080. Windows color (decimal): -771892 or 13383924. OLE color: 13383924.

HSL color Cylindrical-coordinate representation of color #F438CC: hue angle of 312.77º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438CC is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 56 204 -
CMYK 0 0.77 0.16 0.04
HSL 312.77º 0.9% 0.59% -
HSV(B) 312.77º 0.77% 0.96% -
XYZ 49.62 26.42 59.61 -
YUV 129.08 170.28 209.97 -
System Red Green Blue C M Y K H S L
Decimal 244 56 204 0 0.77 0.16 0.04 312.77 0.9 0.59
Hex F4 38 CC 0 4D 10 4 139 5A 3B
Octal 364 70 314 0 115 20 4 471 132 73
Binary 11110100 111000 11001100 0 1001101 10000 100 100111001 1011010 111011

Color Harmonies of #F438CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F438CC

Black with #F438CC

Text Example


Text Example

White with #F438CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F438CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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